home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 98
/
Skunkware 98.iso
/
osr5
/
x11
/
graphics
/
ImageMagick-4.0.7
/
MakeSSO
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-07-13
|
300 b
|
26 lines
:
# MakeSSO
#
rm -rf archives sso
CDMT_DIR=`pwd`; export CDMT_DIR
IMGCK_DIR=`pwd`; export IMGCK_DIR
cdmtParse
if test $? != 0
then
exit 1
fi
cdmtCompress
if test $? != 0
then
exit 1
fi
cdmtArchive
if test $? != 0
then
exit 1
fi